Release 10.1A: OpenEdge Data Management:
SQL Reference


DROP TABLE

Deletes the specified table.

Syntax

DROP TABLE  [ owner_name.]table_name ; 

owner_name

Specifies the owner of the table.

table_name

Names the table to drop.

Example

DROP TABLE customer ; 

Notes

Authorization

Must have DBA privilege or ownership of the table.

Related statements

CREATE TABLE


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095